home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- case `/usr/bin/X11/xconfirm -t "You may choose to remove the Showcase library at this" \
- -t "time or keep it on the system to skip installation" \
- -t "of the library when HotMix is run again in the future." \
- -t " " -t "Remove library?" -B No -b Yes`
- in
- Yes) exit 1;;
- No) exit 0;;
- esac
-